Skip to content

Conversation

@rafvasq
Copy link
Collaborator

@rafvasq rafvasq commented Jul 16, 2025

Description

--tensor-parallel-size and tp_size flag being used regardless of the the block checking if tp_size exists.

Signed-off-by: Rafael Vasquez <[email protected]>
@github-actions
Copy link

👋 Hi! Thank you for contributing to vLLM support on Spyre.
Just a reminder: Make sure that your code passes all the linting checks, otherwise your PR won't be able to be merged. To do so, first install the linting requirements, then run format.sh and commit the changes. This can be done with uv directly:

uv sync --frozen --group lint --active --inexact

Or this can be done with pip:

uv pip compile --group lint > requirements-lint.txt
pip install -r requirements-lint.txt
bash format.sh

Now you are good to go 🚀

@rafvasq rafvasq changed the title [Bug] Fix tp param in conftest [Bug][Tests] Fix tp param in conftest Jul 16, 2025
@rafvasq rafvasq changed the title [Bug][Tests] Fix tp param in conftest [Fix][Tests] TP param used in tests unconditionally Jul 16, 2025
@rafvasq rafvasq enabled auto-merge (squash) July 16, 2025 23:12
@github-actions github-actions bot added the ready label Jul 16, 2025
Copy link
Collaborator

@yannicks1 yannicks1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for catching that.

@rafvasq rafvasq merged commit 9d21620 into vllm-project:main Jul 17, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants